Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 232 Bytes

5.6.12 - swoole_http_client->execute.md

File metadata and controls

7 lines (5 loc) · 232 Bytes

swoole_http_client->execute

更底层的Http请求方法,需要代码中调用setMethodsetData等接口设置请求的方法和数据。

function swoole_http_client->execute(string $path, callable $callback);